--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Trying to deploy nomadForum
commando (Profile): (2024-04-20 17:21:29 (UTC))
Being newer to python I am clearly missing something and its probably simple. I have my node up, everything working and simple pages/links/files, etc going. I have cloned the nomanForum code and editied the main.py storage and page path to match since I placed the forum code in /page/forum or nomadnetwork/storage/pages/forum. I have done pip -r requirements.txt and those successfully installed as well as installing sqlit3 and sqlite3 dev. For the life of me I am unable to get index.mu to load. Any ideas! BTW great work on this!!
And it was as simple as specifying the full path. All good to go. Runs great awesome work!!
Ok I take that back. One more thing I am finding issues with. When running the create admin user script I get "The username is not allowed" no matter what username I use. If it exists then of course I get the username exists error. Am I missing something?
Hi, I found your forum before this post. The create_admin_account.py file might be broken. However admin accounts are useless at the moment and I will fix the script once I add features requiring admin access.
Great! Thanks for the reply. I have been diving into coding more and after reviewing got the feeling it was something that was being implemented still. Awesome work on the project.